API Reference > OdGe Classes > OdGeMatrix3d Class > OdGeMatrix3d Operators > [] Operator > OdGeMatrix3d::[] Operator (int)
OdGeMatrix3d::[] Operator (int)
Syntax
C++
double* operator [](int row);
Parameters 
Description 
int row 
[in] Row of a matrix. Must be in range from 0 to 3. 

Returns a pointer to a matrix row. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.